Separate BD Server

Hi

I want to separate Hangfire database from the App database Actually, they are in the same server so when Hangfire causes locks, my app get that locks

Both bd are SQL Server.

Whats the best aproach? Install hangfire on another server or change hangofire to a NonSQL server?