Access two different network Range

Dear Friends

I configured my RB750 as following

 0   dhcp1     Public-Ethr2                 dhcp_pool       
 1   server1   Accountin...                 Accouting_rang

the range are the following:

 # ADDRESS            GATEWAY         DNS-SERVER      WINS-SERVER     DOMAIN  
 0 192.168.0.0/24     192.168.0.1    
 1 192.168.100.0/24   192.168.100.3

The Two Networks are using the same gateway to access the internet. I have made MANGLE to select the packet and used the below script to access the internet.

     0.0.0.0/0                          Cyberia PPPOE      1       
 4 ADC  192.168.0.0/24     192.168.0.1     Public-Ethr2       0       
 5 ADC  192.168.1.0/24     192.168.1.64    GatewayHDSL        0       
 6 ADC  192.168.100.0/24   192.168.100.3   Accounting-Ethr1   0

How can I remote a desktop on port 3389 from 192.168.0.0/24 in network 192.168.100.1/24 without going through the gateway.?

Kindly guys put me on the right direction

thanks in advance

You have placed them on different subnets… By definition you need the router to connect them.

If you are on 192.168.0.0/24 and destination is on 192.168.100.0/24

Any request outside of 192.168.0.0/24 will be handed to the router for resolution.