how to allow vpn for not acive route

Dear Guys,
i have 2 WAN connection with basic failover setup
without mangle rules
here is the routing setup

/ip route
add check-gateway=ping distance=1 gateway=194.126.15.x
add check-gateway=ping distance=2 gateway=212.28.240.x
add distance=1 dst-address=10.0.0.0/24 gateway=ether1-LAN
add distance=1 dst-address=192.168.1.0/24 gateway=192.168.0.250
add distance=1 dst-address=192.168.2.0/24 gateway=192.168.0.250
add distance=1 dst-address=192.168.3.0/24 gateway=192.168.0.250

if i switch the distance for second route to be active everything will work and i can connect to vpn through the first route 212.28.240.x
what i want is to connect to sstp VPN through the second route while its not active
can i bypass this active route to the second route for clients connecting to vpn
is there anyway i can do that ?
thank you in advance

I’m going to assume that you misspoke in regards to the second “route” not being “active.” From my point of view if the route is not active, that means it is not functioning / passing data / admin down.

I assume by “not active” you mean not configured as your primary gateway? Is that what you meant?

Without knowing how your VPN is configured, I would first look at what route your are telling your VPN to use to connect to the remote end. You need to make sure that your router and the remote end use the second WAN link for your connection.

If you post more of your VPN config we can take a closer look at what you are trying to achieve and offer advice.