Invoke ASP.NET core web API service from ASP.NET framework 4.6 webform

My web application written on .Net framework 4.6. Now, I want to move all my business layer logic to Core Web API. Is it possible to call Core Web API Action methods from asp.net client webforms? Please advice.Thanks.

What I have tried:

I tried calling core Web API using Angular7 as client, but now in my case it's not possible to Wipeout all webforms and rewrite in Angular because of time constraint.So, i have decided to move my Bl layer functionality to Core Web API.