Found a solution to my problem
Code:
Dim child2 As XmlNode = doc.SelectSingleNode("//CHILD2")
Dim name As Xml.XmlNode = child2.SelectSingleNode("descendant::NAME")
Debug.WriteLine(name.InnerText)