2 Wan connections onto 1 lan and Wifi

I was using for about 6 months 2 wan`s combined onto 1 lan connected by cable and used on 1 pc.Now i have a need to distribute 2 wan connections to 1 lan and wifi embedded to RB951G,is this possible?
wlan1 is disabled,will be enabled when script will work..

My config:

may/06/2016 00:19:13 by RouterOS 6.35.1

software id = BQNP-FVIM

/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n frequency=2462 mode=ap-bridge
/interface ethernet
set [ find default-name=ether3 ] name=1LOKAL
set [ find default-name=ether2 ] name=INTERNET
set [ find default-name=ether1 ] name=KOMSIJA
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=aes-128-cbc
/ip pool
add name=pool1 ranges=192.168.0.2-192.168.0.200
/ip dhcp-server
add address-pool=pool1 disabled=no interface=1LOKAL name=server1
/interface bridge port
add disabled=yes interface=wlan1
add interface=1LOKAL
add interface=INTERNET
/ip address
add address=192.168.0.1/24 interface=1LOKAL network=192.168.0.0
add address=192.168.8.7/24 interface=KOMSIJA network=192.168.8.0
add address=192.168.1.7/24 interface=INTERNET network=192.168.1.0
/ip dns
set servers=8.8.8.8,192.168.1.1
/ip firewall mangle
add action=mark-connection chain=input in-interface=KOMSIJA new-connection-mark=KOMSIJA_conn
add action=mark-connection chain=input in-interface=INTERNET new-connection-mark=INTERNET_conn
add action=mark-routing chain=output connection-mark=KOMSIJA_conn new-routing-mark=to_WAN1
add action=mark-routing chain=output connection-mark=INTERNET_conn new-routing-mark=to_WAN2
add action=fasttrack-connection chain=prerouting dst-address=192.168.8.0/24 in-interface=1LOKAL
add action=fasttrack-connection chain=prerouting dst-address=192.168.1.0/24 in-interface=1LOKAL
add action=mark-connection chain=prerouting dst-address-type=!local in-interface=1LOKAL new-connection-mark=KOMSIJA_conn per-connection-classifier=
both-addresses-and-ports:2/0
add action=mark-connection chain=prerouting dst-address-type=!local in-interface=1LOKAL new-connection-mark=INTERNET_conn per-connection-classifier=
both-addresses-and-ports:2/1
add action=mark-routing chain=prerouting connection-mark=KOMSIJA_conn in-interface=1LOKAL new-routing-mark=to_WAN1
add action=mark-routing chain=prerouting connection-mark=INTERNET_conn in-interface=1LOKAL new-routing-mark=to_WAN2
/ip firewall nat
add action=masquerade chain=srcnat out-interface=KOMSIJA
add action=masquerade chain=srcnat out-interface=INTERNET
/ip route
add check-gateway=ping distance=1 gateway=192.168.8.1
add check-gateway=ping distance=2 gateway=192.168.1.1
add check-gateway=ping distance=1 gateway=192.168.8.1 routing-mark=to_WAN1
add check-gateway=ping distance=1 gateway=192.168.1.1 routing-mark=to_WAN2
/system clock
set time-zone-name=Europe/Belgrade
/system leds
set 0 interface=wlan1
/system ntp client
set enabled=yes primary-ntp=109.206.96.3