Is there a way to check for the intersection of two sphere traces?

Like it says in the title, i have two actors that trace a sphere in front of them and i need to know when these sphere traces intersect, i know it’s possible to do with one actor having a static mesh block the hit from the other actor but i specifically need the intersection of two sphere traces due to the static mesh mentioned earlier possibly clipping through walls.