Can I share auth cookies between two applications

I have two applications.
The first one is - ASP.NET MVC 4.7.2. It’s a web application. I have configured the log-in via Universal Login Page provided by Auth0.
The second one - .NET CORE 3.0.

Both applications have the same domains web.domain.com and api.domain.com.
Is it possible to share auth cookies between my web application and my API?