2 WAN + 1 LAN for pppoe users help

hello to all
i have a situation for 2 wan’s separate to 1 pppoe lan without load balance , cleare forward . i pick up pppoe user to witch wan to go out in the world in pppoe profile
it’s good for now but in this scenario, i can access from outside BUT i can’t access localy to users IP Cam interface connected from pppoe to pppoe conn. on specific port e.x..101
with this config :

/ip firewall nat
add action=masquerade chain=srcnat disabled=no out-interface=WAN1
routing-mark=airnet src-address-list=pppoeairnet
add action=masquerade chain=srcnat disabled=no out-interface=WAN2
routing-mark=kabelnet src-address-list=pppoelnet

/ip firewall mangle
add action=mark-routing chain=prerouting disabled=no new-routing-mark=airnet
passthrough=yes src-address-list=pppoeairnet
add action=mark-routing chain=prerouting disabled=no new-routing-mark=kabeln
passthrough=yes src-address-list=pppoelnet

/ip route
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.1.1
routing-mark=kabelnet scope=30 target-scope=10
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.100.1
routing-mark=airnet scope=30 target-scope=10
/ip route rule
add action=lookup disabled=no src-address=192.168.100.0/30 table=airnet
add action=lookup disabled=no src-address=192.168.1.0/30 table=kabelnet
add action=lookup disabled=no routing-mark=airnet table=airnet
add action=lookup disabled=no routing-mark=kabelnet table=kabelnet

can anyone help or share diferent config for this type of conn..
thanks alot if…

bye