BGP forwarding client IP to second peer

Hi,

I have a problem and i dont know it’s possible to set, my bgp session set using 2 connections

I want to forward 90.0.0.209/30 to pass through 2.2.2.1 33333
By default, all 90.0.0.0/24 traffic passes through by 1.1.1.1 AS 2222

/ip addres
90.0.0.1/24 Bridge-WAN <-- BGP address
1.1.1.2/30 Bridge Wan
2.2.2.2/30 Bridge-Wan
90.0.0.209/30 ether4 <----- client pubilc 

/routing bgp> instance print 
 1    name="bgp-wan" as=11111 router-id=90.0.0.1 redistribute-connected=no 
      redistribute-static=no redistribute-rip=no redistribute-ospf=no 
      redistribute-other-bgp=no out-filter="" client-to-client-reflection=no 
      ignore-as-path-len=no routing-table="" 

/routing bgp> peer print 
 #   INSTANCE         REMOTE-ADDRESS                                  REMOTE-AS  
 0 E bgp-wan          1.1.1.1                                   2222       
 1 E bgp-wan         2.2.2.1                                   33333 
 
 /routing bgp> network print 
Flags: X - disabled 
 #   NETWORK              SYNCHRONIZE
 0   90.0.0.0/24      no 
 
 /routing filter> print 
Flags: X - disabled 
 0   chain=AS11111-bgp-out prefix=90.0.0.0/24 invert-match=no action=accept set-bgp-prepend-path="" 

 1   chain=AS11111-bgp-out-2 prefix=90.0.0.0/24 invert-match=no action=accept set-bgp-prepend=3 
     set-bgp-prepend-path="" 

 2   chain=AS11111-bgp-out invert-match=no action=discard set-bgp-prepend-path="" 

 3   chain=AS11111-bgp-out-2 invert-match=no action=discard set-bgp-prepend=3 set-bgp-prepend-path="" 

 4   chain=AS2222-bgp-in invert-match=no action=discard set-bgp-weight=40 set-bgp-prepend-path="" 

 5   chain=AS33333-2bgp-in invert-match=no action=discard set-bgp-weight=20 set-bgp-prepend-path=""

I already set, but it didn’t work

 /ip firewall mangle
 chain=prerouting action=mark-routing new-routing-mark=Services_to_wan2 passthrough=yes 
      in-interface=ether4 log=no log-prefix="" 
/ip route
6 A S          0.0.0.0/0                          2.2.2.1              1   routing-mark=Services_to_wan2

can someone tell me whet i need to use ? Mangle, or routing filter?