Connect 2 l2tp clinets to same l2tp server with diffrent wan interface

hello there
i hope you are doing well
i want to connect 2 l2tp clinets for same l2tp server but in diffrent wan interface (force l2tp clinets to specifc interface)

Something like (not tested):

/ip vrf
add name=wan1 interfaces=none
add name=wan2 interfaces=none
/ip route
add dst-address=0.0.0.0/0 routing-table=wan1 gateway=<WAN1-GW>
add dst-address=0.0.0.0/0 routing-table=wan2 gateway=<WAN2-GW>
/interface l2tp-client
add name=l2tpc-wan1 connect-to=<L2TP-SERVER>@wan1
add name=l2tpc-wan2 connect-to-<L2TP-SERVER>@wan2

Before suggesting anything, I would like to have a look at the exported config of the server:

export file=anynameyouwish (minus sensitive info like serial numbers, passwords, public IPs etc.)