man no not this way ,i will show u all what i have done so far:
this is the basic setup
ip address add address 10.0.0.217/24 interface Public
ip address add address 192.168.0.254/24 interface Local
ip firewall nat add chain=srcnat action=masquerade out-interface=Public
now the pppoe client provided for me from my isp (user: ali ,pass: 321)
interface pppoe-client add name=pppoe-user user=ali password=321 interface=public disabled=no
and now the pppoe server for me
/ip pool add name="pppoe-pool" ranges=10.1.1.62-10.1.1.72
/ppp profile add name="pppoe-profile" local-address=10.1.1.1 remote-address=pppoe-pool
/ppp secret add name=aaa1 password=123 service=pppoe profile=pppoe-profile
/interface pppoe-server server add service-name=internet interface=local default-profile=pppoe-profile
the server is working and i can connect from any pc on my local network
also my pppoe client form isp is connecting too ,but how to bond these two so that i can access internet from my local network