Traefik dashboard and Traefik Proxy issue with 3 load balancers on kubernetes

I have 1 kubernetes cluster on AWS.
I installed traefik-proxy, and have 3 Load Balancers.

Question 1:
I want to create a dashboard for each load balancer, is that possible?
For now, 1 dashboard can still detect other load balancer configurations.

Question 2:
How do I differentiate ingressRoute A, using Load Balancer A.
ingressRoute B, using Load Balancer B.
ingressRoute C, using Load Balancer C.
Because currently, ingressRoute A can be used by Load Balancer A, Load Balancer B and Load Balancer C.

Thank you.