Offset tp location while keeping `facing at` rotation

Okay so basically I am currently teleporting an entity to ^ ^1.75 ^0.75 (from a players perspective) while also facing that player (i currently do this by putting facing entity @e[scores={infected_allies.entity_id=$(temp)},limit=1] eyes behind the teleport command). Now i want to change the teleportation location to ^-1.5 ^1.75 ^0.75 while keeping the facing direction the same as before. Is there any way i can do this?

Continue to help post