How to reindex a MultiIndex dataframe

Is there a way to reindex two dataframes (of differing levels) so that they share a common index across all levels? Demo: Create a basic Dataframe named 'A': index = np.array(['AUD','BRL','CAD',...