You don't need anything special for this. Just the usual rules apply for cross-module use: if the macro is defined in one module and the procedure created by it is used in another, then just mark with `*` (as exported symbol) either the macro itself (if it will be called in the second module, so that the procedure will be created in that) or the procedure (if the macro will be called in the first module, in which it is defined - then you don't need to import the macro, instead the proc to which it expanded).
Happy New Year to everyone!