I just discovered that the Me keyword cannot access private procedures even when they are inside its own class model.
Take the following code in Class1:
You do not need the Me keyword to call inside own class.
Me