I'm aware of a few tools that indicate which individual classes are coupled to many other classes. For example, several tools implement Coupling Between Objects (CBO), which tells which classes are coupled to many other classes. (For a class CBO is the count of the number of other classes to which it is coupled.) I'm not interested in tools that implement metrics like CBO.
Instead, I'd like to know which pairs of classes are highly coupled, e.g. there are many method calls between classes A and B. If you know of any such tools, please respond.