Hi @power13
Pls refer the sample flow as mentioned below.
Here, I have uploaded the excel sheet on SharePoint library that contains the mapping of country & coordinator. The sheet has a table that holds the required records:

Flow:
1. Firstly, add "When an email arrives" trigger that is the starting trigger for the flow. After this trigger action, we will add "List rows present in table" action to get the records for country coordinators:

2. Next, we will iterate excel records and will compare the country name in the subject line of the received email. Add "Apply to each" action for iteration and "Condition" action for comparison purpose. The Condition action needs to be added inside the block of "Apply to each" action:

All these fields can be selected from the "Dynamic content" window as shown for subject field.
3. Finally, if we find the name of country in the excel file then using "Forward an email" action, we will forward the received email to the respective coordinator. This action will be added inside the "Yes" block:

'Message Id' & 'Coordinator' fields can be selected from the dynamic content.
I hope this flow will give you some idea to design the desired flow 🙂
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.
Thanks