How do u bypass an entire subnet on a hotspot interface?

I have two routers am trying to route subnets between them but on one of the
routers interface i have hotspot server running and its blocking traffic through.
If i disable the hotspot server i can reach the subnets from either routers.
I know how to bypass individual hosts but who do i bypass subnets on a hotspot
enabled interface?

If 192.168.2.0/24 is not the network you want to bypass, change that:

/ip hotspot ip-binding
add address=192.168.2.0/24 type=bypassed

Thank you. it worked.