Is it possible to use 2 remote vpn ipsec at a time ?

Hello dear scientists.
Is it possible to use 2 remote vpn ipsec at a time to balance access thru vpn to internet ?

I use mikrotik as an ipsec client.
Remote ipsec is a vpn\vps to access internet.
I use mangle:

/ip firewall mangle:
add action=mark-routing chain=prerouting dst-address=!192.168.0.0/24 \
    dst-address-list=!LIST new-routing-mark=ipsec passthrough=yes src-address=\
    192.168.0.0/24

I use route to vpn interface

/ip route
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=l2tp-out1 pref-src=\
    "" routing-table=ipsec scope=30 suppress-hw-offload=yes target-scope=10

I created another l2tp-out2 (ppp ipsec) interface with no problem, connected and running.
How to balance traffic via l2tp-out1 + l2tp-out2 ?
Tried to add just another route rule, but everything stops working…