As far as I know we don’t have a function in ROOT to find the intersection between two Graphs. You have probably to write yourself an algorithm that find the intersection point using from example Graph::Eval.
In case of linear TGraph, you might assume that locally, there is some example code available here