Load Balancing using 2 pppoe connections

It is possible to use load balancing using 2 pppoe connections ?
I tried but i didnt figure it out how .
If you have any ideea or some lines that you use to do this please be kind and share.
Thank you verry much.

http://wiki.mikrotik.com/wiki/Manual:PCC

Hello and thank you , but instead of gateway i use pppoe out or i must know the gateway ?
Can this be done without knowing the gateway ?

You can use the PPPoE interface name as gateway instead of GW IP:

intead of
/ip route add dst-address=0.0.0.0/0 gateway=10.111.0.1 routing-mark=to_ISP1

use e.g.
/ip route add dst-address=0.0.0.0/0 gateway=pppoe_interface routing-mark=to_ISP1

Thank you
I will try