Problem with dual PPPOE load balancing

Hello, I have an issue load balancing 2 PPPOE connections, each coming from a mikrotik. I installed routerOS on x86 pc and did load balancing, only way it works kinda if use 2 PPPOE clients on 1 interface, but if use each PPPOE client on each interface it doesn’t work.
Interfaces.PNG
Mangle.PNG
Can I know how I can make it work to use each wan for 1 pppoe client

You need to export and post your config. Those screenshots provide no real information.

/interface ethernet
set [ find default-name=ether1 ] name=LAN
set [ find default-name=ether3 ] mac-address=xx name=WAN1
set [ find default-name=ether2 ] mac-address=xx name=WAN2
/interface pppoe-client
add disabled=no interface=WAN2 name=pppoe1 password= service-name=
user=
add disabled=no interface=WAN1 name=pppoe2 password= service-name=
user=
/interface list
add name=WAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp ranges=192.168.10.100-192.168.10.200
/ip dhcp-server
add address-pool=dhcp disabled=no interface=LAN name=dhcp1
/tool user-manager customer
set admin access=
own-routers,own-users,own-profiles,own-limits,config-payment-gw
/interface list member
add interface=LAN list=WAN
add
/ip address
add address=192.168.10.1/24 interface=LAN network=192.168.10.0
/ip dhcp-server network
add address=192.168.10.0/24 gateway=192.168.10.1 netmask=24
/ip dns
set servers=1.1.1.1
/ip firewall mangle
add action=accept chain=prerouting in-interface=pppoe1
add action=accept chain=prerouting in-interface=pppoe2
add action=mark-connection chain=prerouting dst-address-type=!local
in-interface=LAN new-connection-mark=wan1_conn passthrough=yes
per-connection-classifier=both-addresses-and-ports:2/0 src-address=
192.168.10.0/24
add action=mark-connection chain=prerouting dst-address-type=!local
in-interface=LAN new-connection-mark=wan2_conn passthrough=yes
per-connection-classifier=both-addresses-and-ports:2/1 src-address=
192.168.10.0/24
add action=mark-routing chain=prerouting connection-mark=wan1_conn
in-interface=LAN new-routing-mark=wan1 passthrough=yes src-address=
192.168.10.0/24
add action=mark-routing chain=prerouting connection-mark=wan2_conn
in-interface=LAN new-routing-mark=wan2 passthrough=yes src-address=
192.168.10.0/24
add action=mark-routing chain=output new-routing-mark=wan1 passthrough=yes
add action=mark-routing chain=output new-routing-mark=wan2 passthrough=yes
/ip firewall nat
add action=masquerade chain=srcnat out-interface=pppoe1 src-address=
192.168.10.0/24
add action=masquerade chain=srcnat out-interface=pppoe2 src-address=
192.168.10.0/24
/ip route
add check-gateway=ping distance=1 gateway=pppoe1 routing-mark=wan1
add check-gateway=ping distance=1 gateway=10.0.0.1 routing-mark=to_ISP2
scope=10
add check-gateway=ping distance=1 gateway=10.0.0.1,pppoe1
#error exporting /routing pim
#error exporting /routing rip
/tool user-manager database
set db-path=user-manager