I am using mtpro2 package and it has 7 (!) different options for the Blackboard Bold (BB) to choose from. However only 2 of them provide BB version of Greek letters. And in both cases the result is italic which hurts the eyes when it comes to \mathbb{N, Z, Q, R} and \mathbb{C}.
I was wondering is there a way to have two sets on the same document, maybe with a new command for the Greek letters?

\let\mathbblatin\mathbbafter\usepackage{amssymb}, but before\usepackage{mtpro2}, and then\mathbblatin{N}in your document. This should give you the AMS blackboard boldN. Does it work? – Hendrik Vogt Jun 22 '12 at 6:56mathalfapackage and its capabilities of having various math alphabets side by side? – Mico Jun 26 '12 at 2:11mtpro2to test it, but @Hendrik Vogt's suggestion works for me substitutingmathpazoformtpro2. What does\show\mathbbgive after loadingmtpro2? Or\expandafter\show\csname mathbb \endcsnameif it's protected. – Ivan Andrus Jul 2 '12 at 11:54