If all your variables are integer, you can use the FINDALLSOLNS option in the CLP solver to find all solutions.
For LP, there is no such built-in option, but you can use basis information and reduced costs to detect multiple optimal solutions.
See the Reduced Costs and Variable and Constraint Status sections in the documentation.