Multiple connection issue.

I have 2 ISP connections and what I would like to do is put them down one wireless pipe and put them out 2 eth ports to have them be 2 seperate APs.

Heres the idea

ISP1(eth1) ISP2(eth2)MTRB1—(wirelesspipe)—MTRB2—(eth1)ISP1----AP1 (eth2)ISP2-----AP2


Is there any way to do this with mikrotik?

Policy based routing. Look at the wiki, the forums, and Google searching for that term.

thats why i posted. I was seeing some stuff about vlans but i didnt wanna go gung ho on something if i was going in the wrong direction.
So what policy should i be using to reach my goal?

The AP that is supposed to go against ISP1 implements one distinct subnet, such 10.0.0.0/24. The AP that is going to go against ISP2 implements another subnet, such as 10.0.1.0/24.
On the router that terminates the ISP connections make mangle rules that set routing-marks depending on the source IP address - if the source IP is in 10.0.0.0/24 set a routing mark for ISP1, if the source IP is in 10.0.1.0/24 set a routing mark for ISP2.
Then install routes in the routing table for the two marks, pointing out to the appropriate ISP.