can I use VLAN to make 2 networks with modem?

I want to make 2 networks in the RB
10.0.1.0/24 - will have ppp-out1(modem1) and Ethernet
10.0.2.0/24 - will have ppp-out2(modem2) and Wireless

but how can I make the configuration work? - that Ethernet will go out to the web only using ppp-out1?
I thought about making VLAN?

Thanks ,

Look this: http://www.wirelessinfo.be/index.php/mikrotik/pages/vlan
It’s not exactly the same but it will help you.
Put the pppoe-out1 in a bridge
Put the pppoe-out2 in another bridge

this is my problem -
I can’t put ppp-out in a bridge
there isn’t an option to do this

See picture 2 to 10 for make a bridge and put interfaces to that bridge.
http://www.wirelessinfo.be/index.php/mikrotik/pages/vlan

Or if you cannot the pppoe out interface to add in the bridge

again
I need to add PPP-OUT not PPPOE - it’s not the same

Sorry my mistake, I will have to buy a better glasses. :laughing:
See the file attachment this will help you
ppp-bridge.pdf (329 KB)

But why do you need bridges for the PPP interfaces.
I assume your ISP is connected to the PPP interface and you want to route your internal LAN traffice to the otherside of the PPTP tunnel.

If my assumption is correct you have to create two local LAN segments; 1 for the wireless and one for the brided ethernet ports.
With ip firewall mangle create device the two local LAN networks and give them appropriate routing marks and use these routing marks to route the traffic over the desired PPTP interface.

the example you gave me doesn’t help
I don’t want to connect from one RB to another,
I want from 1 RB to go to the web…

this is what I want to do
I want to connect to 2 different ISP : every modem have it own SIM,and every SIM connect to another ISP.
let say that SIM1 have a good upload rate of 10Mbps, and SIM2 have a good download rate of 20Mbps
so I want that Eth1 and SIM1 will be together - so I will use ETH mainly for upload files
and in the wireless and SIM2 I will use mainly for download files

hope it understood

Thanks,