adding ip-vpn to mikrotik

I have mikrotik server 4.6 and it work good with web proxy its ip is 172.30.4.1
Now I have another application wep server working by IP-VPN on another gateway
which is 172.30.7.254 and they are on the same network.

My problem is that if the user want to use application server he should use the gateway
172.30.7.254 and to access the INTERNET he should change it back to 172.30.4.1

What is the solution so that using one gateway 172.30.4.1 and when the user request
to access the wep server ( on 172.30.7.254 gateway ) the mikrotik server route the request to the other gateway (172.30.7.254)?

My setting is attached to this message
set.rsc (43.5 KB)

Hi every one

Is it possible or not

Strange No one try to help?

May I ask in wrong way? Then I will try to ask in another way …

My question is :

I want to route the requests for specific IP ( http://172.16.100.202 – web server )
to another gateway than the one we use for INTERNET?

How to do that?

Look up policy routing on the forum and on the wiki. To push the traffic back out the same interface it came into you may also have to do hairpin NAT, which you can also find in the forum via a search.

I try policy routing But it is not what I need.
policy routing routes a subnet to specific router.

I need to route depending on user request - for example if
user browse local address ( like 172.30.16.200 ) it direct him
to router 1 and if he browse the wan address it direct him to router 2

Thanks to mr. Fewi